Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cookbook recipe that shows how two reforms can be directly compared #1784

Merged
merged 5 commits into from
Dec 20, 2017
Merged

Add Cookbook recipe that shows how two reforms can be directly compared #1784

merged 5 commits into from
Dec 20, 2017

Conversation

martinholmer
Copy link
Collaborator

This pull request resolves part of issue #1770 by adding an advanced recipe to the Cookbook of Tested Recipes for Python Programming with Tax-Calculator. The new recipes illustrates the technique for comparing two reforms without any analysis of current-law policy. It also, shows how to read reform files directly from the Tax-Calculator website using the approach discussed by @MaxGhenis in issue #1644.

The new recipe shows how to analyze the income-tax changes caused by moving from the TCJA bill as originally passed by the House (TCJA_House_Amended.json) to the TCJA conference committee bill (TCJA_Reconciliation.json).

@codecov-io
Copy link

codecov-io commented Dec 20, 2017

Codecov Report

Merging #1784 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1784   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          37      37           
  Lines        3028    3028           
======================================
  Hits         3028    3028

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc27326...d810dde. Read the comment docs.

@martinholmer martinholmer merged commit 553ab2d into PSLmodels:master Dec 20, 2017
@MaxGhenis
Copy link
Contributor

Here's a Jupyter notebook recreating this cookbook. I made a couple minor edits, like moving comments to Markdown cells and displaying the full diff_table for reference.

@martinholmer martinholmer deleted the add-recipe branch December 23, 2017 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants